3.58 \(\int (a+b \csc (e+f x))^m \sin (e+f x) \, dx\)

Optimal. Leaf size=21 \[ \text{Unintegrable}\left (\sin (e+f x) (a+b \csc (e+f x))^m,x\right ) \]

[Out]

Unintegrable[(a + b*Csc[e + f*x])^m*Sin[e + f*x], x]

________________________________________________________________________________________

Rubi [A]  time = 0.0318065, antiderivative size = 0, normalized size of antiderivative = 0., number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0., Rules used = {} \[ \int (a+b \csc (e+f x))^m \sin (e+f x) \, dx \]

Verification is Not applicable to the result.

[In]

Int[(a + b*Csc[e + f*x])^m*Sin[e + f*x],x]

[Out]

Defer[Int][(a + b*Csc[e + f*x])^m*Sin[e + f*x], x]

Rubi steps

\begin{align*} \int (a+b \csc (e+f x))^m \sin (e+f x) \, dx &=\int (a+b \csc (e+f x))^m \sin (e+f x) \, dx\\ \end{align*}

Mathematica [A]  time = 6.05511, size = 0, normalized size = 0. \[ \int (a+b \csc (e+f x))^m \sin (e+f x) \, dx \]

Verification is Not applicable to the result.

[In]

Integrate[(a + b*Csc[e + f*x])^m*Sin[e + f*x],x]

[Out]

Integrate[(a + b*Csc[e + f*x])^m*Sin[e + f*x], x]

________________________________________________________________________________________

Maple [A]  time = 0.257, size = 0, normalized size = 0. \begin{align*} \int \left ( a+b\csc \left ( fx+e \right ) \right ) ^{m}\sin \left ( fx+e \right ) \, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a+b*csc(f*x+e))^m*sin(f*x+e),x)

[Out]

int((a+b*csc(f*x+e))^m*sin(f*x+e),x)

________________________________________________________________________________________

Maxima [A]  time = 0., size = 0, normalized size = 0. \begin{align*} \int{\left (b \csc \left (f x + e\right ) + a\right )}^{m} \sin \left (f x + e\right )\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*csc(f*x+e))^m*sin(f*x+e),x, algorithm="maxima")

[Out]

integrate((b*csc(f*x + e) + a)^m*sin(f*x + e), x)

________________________________________________________________________________________

Fricas [A]  time = 0., size = 0, normalized size = 0. \begin{align*}{\rm integral}\left ({\left (b \csc \left (f x + e\right ) + a\right )}^{m} \sin \left (f x + e\right ), x\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*csc(f*x+e))^m*sin(f*x+e),x, algorithm="fricas")

[Out]

integral((b*csc(f*x + e) + a)^m*sin(f*x + e), x)

________________________________________________________________________________________

Sympy [A]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \left (a + b \csc{\left (e + f x \right )}\right )^{m} \sin{\left (e + f x \right )}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*csc(f*x+e))**m*sin(f*x+e),x)

[Out]

Integral((a + b*csc(e + f*x))**m*sin(e + f*x), x)

________________________________________________________________________________________

Giac [A]  time = 0., size = 0, normalized size = 0. \begin{align*} \int{\left (b \csc \left (f x + e\right ) + a\right )}^{m} \sin \left (f x + e\right )\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*csc(f*x+e))^m*sin(f*x+e),x, algorithm="giac")

[Out]

integrate((b*csc(f*x + e) + a)^m*sin(f*x + e), x)